home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
dev
/
gcc
/
ixemulsdk.lha
/
man
/
cat3
/
strcat.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
STRCAT(3) UNIX Programmer's Manual STRCAT(3)
NNAAMMEE
ssttrrccaatt - concatenate strings
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_c_h_a_r _*
ssttrrccaatt(_c_h_a_r _*_s, _c_o_n_s_t _c_h_a_r _*_a_p_p_e_n_d)
_c_h_a_r _*
ssttrrnnccaatt(_c_h_a_r _*_s, _c_o_n_s_t _c_h_a_r _*_a_p_p_e_n_d, _s_i_z_e___t _c_o_u_n_t)
DDEESSCCRRIIPPTTIIOONN
The ssttrrccaatt() and ssttrrnnccaatt() functions append a copy of the null¡terminated
string _a_p_p_e_n_d to the end of the null¡terminated string _s, then add a ter¡
minating `\0'. The string _s must have sufficient space to hold the re¡
sult.
The ssttrrnnccaatt() function appends not more than _c_o_u_n_t characters.
RREETTUURRNN VVAALLUUEESS
The ssttrrccaatt() and ssttrrnnccaatt() functions return the pointer _s.
SSEEEE AALLSSOO
bcopy(3), memccpy(3), memcpy(3), memmove(3), strcpy(3)
SSTTAANNDDAARRDDSS
The ssttrrccaatt() and ssttrrnnccaatt() functions conform to ANSI C3.159¡1989 (``ANSI
C'').
BSD Experimental June 29, 1991 1